home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / e / e_clock.rdm < prev    next >
Text File  |  1996-01-16  |  1KB  |  41 lines

  1. Short:    A simple clock written in E
  2. Author:   hschuman@cs.uni-magdeburg.de
  3. Uploader: hschuman@cs.uni-magdeburg.de
  4. Version:  1.00
  5. Type:     dev/ee
  6. Replaces: /dev/e/E-Clock.lha
  7.  
  8. (bugfix to earlier release)
  9.  
  10.   Author: Horst Schumann
  11.           Helmstedter Str. 18
  12.           39167 Irxleben
  13.           Germany
  14.  
  15.           e-mail: hschuman@cs.uni-magdeburg.de (until June, 1996)
  16.  
  17.  
  18.   A little clock program written with Amiga E
  19.   -------------------------------------------
  20.  
  21.   Thanks to Wouter van Oortmerssen for the programming environment
  22.   of Amiga E (and for the release of version 3.2a with which my
  23.   code for the timer.device finally worked).
  24.  
  25.   This is just an example for an analogue clock. I tried to do it
  26.   as system friendly as possible, but a few calculations are still
  27.   in there that take some time, so the system is getting slower,
  28.   if the program is running more than 10 times simultaneously.
  29.   That might be due to some trigonometric calculations. (I did not
  30.   want to put in a look-up table to keep the program small.)
  31.  
  32.   As stated before, this is a simple clock program. I wrote it in
  33.   E just to try the language and to have a clock I can customize
  34.   to my personal preferences. These personal things are not in
  35.   this release, it is just a simple clock written in E for
  36.   the E-community to work with.
  37.  
  38.   Copyright: Use it as best as you can. It is public domain.
  39.  
  40.   "Bug": - might be possible to optimize further
  41.